home *** CD-ROM | disk | FTP | other *** search
- FObject : HANDLE;
-
- Returns a HANDLE to the first object in the active document
-
- LObject : HANDLE;
-
- Returns a HANDLE to the last object in the active document
-
- FActLayer : HANDLE;
-
- Returns a HANDLE to the first object on the active layer
-
- FSActLayer : HANDLE;
-
- Return a HANDLE to the first selected object on the active layer
-
- LSActLayer : HANDLE;
-
- Return a HANDLE to the last selected object on the active layer
-
- ActSSheet : HANDLE;
-
- Returns a HANDLE to the currently active spreadsheet
-
- GetObject(Name : STRING) : HANDLE;
-
- Receives an object name and returns a HANDLE to the object which has that name
-
- FLayer : HANDLE;
-
- Returns a HANDLE to the first layer in a drawing
-
- LLayer : HANDLE;
-
- Returns a HANDLE to the last layer in a drawing
-
- ActLayer : HANDLE;
-
- Returns a HANDLE to the currently active layer
-
- FSObject( LayerHandle : HANDLE) : HANDLE;
-
- Returns a HANDLE to the first selected object on the layer specified by the HANDLE LayerHandle
-
- GetLayer(ObjectHandle : HANDLE) : HANDLE;
-
- Receives a HANDLE to a graphic object and returns a HANDLE to its corresponding layer
-
- FSymDef : HANDLE;
-
- Returns a HANDLE to the first object in the current document's symbol library
-
- FInGroup( GroupHandle : HANDLE) : HANDLE;
-
- Receives a HANDLE to a group and returns a HANDLE to the first object inside the group
-
- FIn3D(ThreeDHandle : HANDLE) : HANDLE;
-
- Receives a HANDLE to a 3D object and returns a HANDLE to the first object inside the 3D object
-
- FInSymDef( SymbolDefHandle : HANDLE) : HANDLE;
-
- Receives a HANDLE to a symbol definition in a symbol library and returns a HANDLE to the first object within the symbol definition
-
- FInLayer( LayerHandle : HANDLE) : HANDLE;
-
- Receives a HANDLE to a layer and returns the HANDLE to the first object on that layer
-
- FInFolder(FolderHandle : HANDLE) : HANDLE;
-
- Receives a HANDLE to a folder within the symbol library and returns a HANDLE to the first object within that folder
-
- PickObject(X,Y : REAL) : HANDLE;
-
- Receives a coordinate point location and if that point is near a graphic point it returns a HANDLE to that object
-
- LNewObj : Handle;
-
- Returns a handle to the last object created in MiniPascal. Returns nil if no objects have been created yet.
-
- ActSymDef : Handle;
-
- Returns a handle to the currently active symbol.
-
-